hashFiles

suspend fun hashFiles(patterns: List<String>, followSymbolicLinks: Boolean = true): String

Hash files, the same as the actions context function `hashFiles.

Note that patterns are relative to GITHUB_WORKSPACE and only include files inside of it.

Parameters

followSymbolicLinks

whether to follow symbolic links when hashing files

Sources

js source
Link copied to clipboard